body,html{
  overflow-anchor: scroll;
}

.subtitle{
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.bg-orange{
  background: #FF8A12;
}

.orange{
    color: #FF8A12;
}

.text-orange{
    color: #FF8A12;
}

.btn{
    border-radius: 0px;
    padding: 0.7em 1.0em;
}

.btn:hover{
    box-shadow: 0px 15px 45px rgba(0,0,0,0.15);
}

.btn-oran {
    color: #fff;
    background-color: #FF8A12;
    border-color: #FF8A12;
  }
  
.btn-oran:hover {
    color: #fff;
    background-color: #f1800e;
    border-color: #f1800e;
  }
  
.btn-oran:focus, .btn-oran.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  }
.btn-outline-oran {
    color: #FF8A12;
    background-color: transparent;
    background-image: none;
    border-color: #FF8A12;
  }
.btn-outline-oran:hover {
    color: #fff;
    background-color: #FF8A12;
    border-color: #FF8A12;
  }
.btn-outline-oran:focus, .btn-outline-oran.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
  }
.form-control{
    border: none;
    border-radius: 0px;
    background: none;
    border-bottom: 1px solid #eee;
}
a:hover {
    color: #e4790f;
    text-decoration: underline;
  }
.back-to-top {
    z-index: 1090;
    visibility: hidden;
    font-weight: 500;
    border: 1px solid #e8e8e8;
    background-color: #fff;
    padding: 4px 10px;
    font-size: .8125rem;
    line-height: 1.125rem;
    border-radius: 6px;
    bottom: 10px;
    right: 10px;
    position: fixed;
  }
.card{
    padding: 35px;
    border: none;
    border-radius: 0px;
  }
.card:hover{
    border-radius: 15px;
    box-shadow: 15px 15px 65px #d5d5d5;
    z-index: 1;
    transform: translateY(-0.5em);
    transition-duration: 0.35s;
  }
  hr{
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }
  .mat{
    margin-top: 85px;
  }
  /**Scroll_down**/
  .scroll-downs {
    position: relative;
    top: -10px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    width :30px;
    height: 55px;
  }
  .mousey {
    width: 3px;
    padding: 5px 10px;
    height: 30px;
    border: 2px solid #FF8A12;
    border-radius: 25px;
    opacity: 0.75;
    box-sizing: content-box;
  }
  .scroller {
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: #FF8A12;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15,.41,.69,.94);
    animation-iteration-count: infinite;
  }
  @keyframes scroll {
    0% { opacity: 0; }
    10% { transform: translateY(0); opacity: 1; }
    100% { transform: translateY(15px); opacity: 0;}
  }
   /* Section - Parallax */
  /**************************/
  #parallax-world-of-ugg .block {
    background: white;
  }
  #parallax-world-of-ugg .section-overlay-mask {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: black; opacity: 0.70;
  }
  /* Section - Parallax */
  /**************************/
  #parallax-world-of-ugg .parallax-one {
    padding-top: 270px;
    padding-bottom: 270px;
    overflow: hidden;
    position: relative;
    width: 100%;
    background-image: url(../images/img_3.png); 
    background-attachment: fixed;
    background-size: cover;
      -moz-background-size: cover;
      -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  /* Media Queries */
  /**************************/
  @media screen and (max-width: 959px) and (min-width: 768px) {
  #parallax-world-of-ugg .block {
      padding: 40px; width:620px;
    }
  }
  @media screen and (max-width: 767px) {
  #parallax-world-of-ugg .block {
      padding: 30px;
      width:420px;
    }
  #parallax-world-of-ugg .parallax-one {
    padding-top:350px;
    padding-bottom:350px;}
  }
  @media screen and (max-width: 479px) {
  #parallax-world-of-ugg .block {padding: 30px; width:290px;}
  }
  
  a {
    color: #999999;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
  }
  img.vert-move {
    -webkit-animation: mover 1.5s infinite  alternate;
    animation: mover 1.5s infinite  alternate;
  }
  img.vert-move {
      -webkit-animation: mover 1.5s infinite  alternate;
      animation: mover 1.5s infinite  alternate;
  }
  @-webkit-keyframes mover {
      0% { transform: translateY(0); }
      100% { transform: translateY(-25px); }
  }
  @keyframes mover {
      0% { transform: translateY(0); }
      100% { transform: translateY(-25px); }
  }

  @media only screen and (max-width: 900px) {
    .bright {
      border-right: none
    }
  }

  @media only screen and (min-width: 992px) {
    .bright {
      border-right: 1px solid #eee;
    }
  }


  .navbar-light .navbar-nav .active > .nav-link {
    color: #FF8100;
    background: #fff;
    border-bottom: 1px solid #FF8100;
    padding: 1.5rem;
  }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
    padding: 1.5rem;
  }

   .navbar-light .navbar-nav .nav-link:hover{
    color: #454545;
    padding: 1.5rem;
  } 

  .navbar-light .navbar-nav .nav-link{
    padding: 1.5rem; 
  } 

.pulse-button {
    position: fixed;
    width: 65px;
    height: 60px;
    line-height: 55px;
    bottom: 70px;
    right: 30px;
    z-index: 1;
    border: none;
    box-shadow: 0 0 0 0 rgb(37, 211, 102);
    border-radius: 50%;
    background-color: rgb(53, 155, 33);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    -webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}

    .pulse-button:hover {
        -webkit-animation: none;
        -moz-animation: none;
        -ms-animation: none;
        animation: none;
    }

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
    }
}

/* address */
	/* ------------------------------ */
	address{
	}
	address span {
	display: block;
	font-size:16px;
	border-bottom:solid 1px #bbb;
	padding-bottom:10px;
	margin-bottom:10px;
	font-weight:300;
	}
	
	.dark address span{
	border-bottom-color:#555;
	}
	
	address span i{
	margin-top:5px;
	margin-right:20px;
	float:none;
	}
	
	address span strong {
	display: inline-block;
	}
	
	.dark address span a{
	color:#eceff3;
	}